Arduino2Max

By Daniel Jolliffe

Copyleft: Use as you like

Based on a sketch and patch by Thomas Ouellet Fredericks  tof.danslchamp.org
Serial Port menu contributed by Seejay James


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

WHAT IT DOES
Reads Digital and Analog pin values from Arduino into Max.

Specifically built for teaching university art students how to interface easily to MAX!

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

INSTALLATION

- Open Arduino (With Max closed) and upload the Arduino2max .ino Arduino code to the Arduino
- Close Arduino; 
- Open Max and select the serial port from the pulldown menu
- click Start
- Data boxes should show changing numbers.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Version History

Version .6
Reeleased November 2012
- corrected old use of "Serial.print(32, BYTE)" to "Serial.write(32)" for Arduino 1.0.1
- working fine on Max 5 & 6; Arduino programmed in Arduino 1.01 IDE

Version .5
Reeleased November 2010 

Version .4
Reeleased Ocotber 2007
